wayland: Don't use g_print for debug output
authorMatthias Clasen <mclasen@redhat.com>
Mon, 29 Feb 2016 02:28:01 +0000 (21:28 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Mon, 29 Feb 2016 02:40:23 +0000 (21:40 -0500)
commit29c1263c4b5bc7d75a932a9d82cb5142413c71ae
tree3e072174832662999d33321ddf4e505344c929c5
parent2a2d254a8b464e7d2176b9679a467f68fb45fb35
wayland: Don't use g_print for debug output

The g_print documentation explicitly says not to do this, since
g_print is meant to be redirected by applications. Instead use
g_message for logging that can be triggered via GTK_DEBUG.
gdk/wayland/gdkglcontext-wayland.c